home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m17intro.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  274 b   |  12 lines

  1. on mouseDown
  2.   global gCurrentHtPage, gTotalHtPages, gTextFrame, gHyperText
  3.   if pressButton(15) then
  4.     pupSprites(1, 48, 0)
  5.     set gCurrentHtPage to 1
  6.     set gTotalHtPages to 1
  7.     set gTextFrame to "text2"
  8.     set gHyperText to "ht3."
  9.     go("hypertext")
  10.   end if
  11. end
  12.